Keysight VISA.NET Help
MoveOut16(AddressSpace,Int64,Int16[],Int64,Int64) Method



The address space.
The offset (in bytes) of the destination starting address or register to which data from sourceBuffer is moved.
The data to move to the destination, starting at sourceIndex and moving count bytes.
The starting index in sourceBuffer of the bytes to move
The number of bytes to move.
Moves an 16-bit block of data from local (source) memory to the specified destination memory space (assigned memory base + offset).
Syntax
'Declaration
 
Overloads Sub MoveOut16( _
   ByVal space As AddressSpace, _
   ByVal destinationOffset As Long, _
   ByVal sourceBuffer() As Short, _
   ByVal sourceIndex As Long, _
   ByVal count As Long _
) 
'Usage
 
Dim instance As IRegisterBasedSession
Dim space As AddressSpace
Dim destinationOffset As Long
Dim sourceBuffer() As Short
Dim sourceIndex As Long
Dim count As Long
 
instance.MoveOut16(space, destinationOffset, sourceBuffer, sourceIndex, count)

Parameters

space
The address space.
destinationOffset
The offset (in bytes) of the destination starting address or register to which data from sourceBuffer is moved.
sourceBuffer
The data to move to the destination, starting at sourceIndex and moving count bytes.
sourceIndex
The starting index in sourceBuffer of the bytes to move
count
The number of bytes to move.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025